home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 35 / Amiga Format AFCD35 (Issue 119, Jan 1999).iso / -in_the_mag- / reader_requests / gencodec / source / writeguifiles.h < prev    next >
C/C++ Source or Header  |  1998-11-06  |  423b  |  9 lines

  1. #include <stdio.h>
  2. #include <dos/dos.h>
  3.  
  4. void WriteHeaderFile(char *HeaderFile,char *HHeaderText,char *FileName,ULONG varnb,
  5.                      BOOL Env,BOOL Notifications,BOOL Locale);
  6. void WriteGUIFile(char *MBDir,char *HeaderFile,char *GUIFile,char *CHeaderText,
  7.                   char *Externals,char *GetString,char *GetMBString,
  8.                   ULONG varnb,
  9.                   BOOL ExternalExist,BOOL Env,BOOL Locale,BOOL Declarations,BOOL Code,BOOL Notifications);